func runtime.checkptrStraddles

4 uses

	runtime (current package)
		checkptr.go#L25: 	if checkptrStraddles(p, n*elem.Size_) {
		checkptr.go#L32: func checkptrStraddles(ptr unsafe.Pointer, size uintptr) bool {
		unsafe.go#L39: 	if checkptrStraddles(ptr, uintptr(len64)) {
		unsafe.go#L87: 	if checkptrStraddles(ptr, uintptr(len64)*et.Size_) {